home *** CD-ROM | disk | FTP | other *** search
/ Softwarová Záchrana 3 / Softwarova-zachrana-3.bin / TweakAll / tweakall3fullsetup.exe / {app} / SendTo / SendTo.dll / 0 / RCDATA / TSELECTTYPE / TSELECTTYPE.txt
Text File  |  2002-01-25  |  2KB  |  100 lines

  1. object SelectType: TSelectType
  2.   Left = 193
  3.   Top = 108
  4.   BorderIcons = []
  5.   BorderStyle = bsToolWindow
  6.   Caption = 'SelectType'
  7.   ClientHeight = 99
  8.   ClientWidth = 279
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object btnCancel: TButton
  20.     Tag = 7
  21.     Left = 8
  22.     Top = 72
  23.     Width = 75
  24.     Height = 25
  25.     Caption = 'Cancel'
  26.     ParentShowHint = False
  27.     ShowHint = True
  28.     TabOrder = 1
  29.     OnClick = btnCancelClick
  30.   end
  31.   object btnOK: TButton
  32.     Tag = 8
  33.     Left = 198
  34.     Top = 72
  35.     Width = 75
  36.     Height = 25
  37.     Caption = 'OK'
  38.     ParentShowHint = False
  39.     ShowHint = True
  40.     TabOrder = 2
  41.     OnClick = btnOKClick
  42.   end
  43.   object GroupBox1: TElGroupBox
  44.     Tag = 4
  45.     Left = 8
  46.     Top = 8
  47.     Width = 265
  48.     Height = 57
  49.     AutoDisableChildren = False
  50.     BorderSides = [ebsLeft, ebsRight, ebsTop, ebsBottom]
  51.     Caption = 'Select Destination Type'
  52.     Flat = False
  53.     FlatAlways = False
  54.     Font.Charset = DEFAULT_CHARSET
  55.     Font.Color = clWindowText
  56.     Font.Height = -11
  57.     Font.Name = 'MS Sans Serif'
  58.     Font.Style = [fsBold]
  59.     ParentFont = False
  60.     ShowFocus = False
  61.     TabOrder = 0
  62.     object rdoExecutable: TRadioButton
  63.       Tag = 5
  64.       Left = 16
  65.       Top = 18
  66.       Width = 241
  67.       Height = 17
  68.       Caption = 'Executable Program'
  69.       Checked = True
  70.       Font.Charset = DEFAULT_CHARSET
  71.       Font.Color = clWindowText
  72.       Font.Height = -11
  73.       Font.Name = 'MS Sans Serif'
  74.       Font.Style = []
  75.       ParentFont = False
  76.       ParentShowHint = False
  77.       ShowHint = True
  78.       TabOrder = 0
  79.       TabStop = True
  80.     end
  81.     object rdoDirectory: TRadioButton
  82.       Tag = 6
  83.       Left = 16
  84.       Top = 34
  85.       Width = 241
  86.       Height = 17
  87.       Caption = 'Directory'
  88.       Font.Charset = DEFAULT_CHARSET
  89.       Font.Color = clWindowText
  90.       Font.Height = -11
  91.       Font.Name = 'MS Sans Serif'
  92.       Font.Style = []
  93.       ParentFont = False
  94.       ParentShowHint = False
  95.       ShowHint = True
  96.       TabOrder = 1
  97.     end
  98.   end
  99. end
  100.